Welcome![Sign In][Sign Up]
Location:
Search - TCP Server

Search list

[Symbiansymbian_tcp

Description: symbian s60操作系统下的tcp-ip编程源码 客户端+服务器-symbian s60 operating system source code of the tcp-ip client-side+ server program
Platform: | Size: 14336 | Author: Judy Q | Hits:

[Linux-Unixtcp_romote_mp

Description: Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes
Platform: | Size: 2048 | Author: 吴萤 | Hits:

[Program doctcp

Description: 主要讲网络通信方面的客户服务器编码,好有许多网络方面的知识-Major topics of network communication in client-server code, a good knowledge of many networks
Platform: | Size: 36864 | Author: Amy | Hits:

[JSP/JavaTCPUDP

Description: 基于TCP,UDP协议的client,server代码,及增加了文件传输判断的加强版-Based on TCP, UDP protocol client, server code, and to increase the file transfer to determine the enhanced version of
Platform: | Size: 3072 | Author: alick | Hits:

[TCP/IP stackTCP

Description: 运用TCP protocol实现两人对话和多人对话-TCP client/server application TCP conference chat with multiple clients
Platform: | Size: 12288 | Author: 霞露 | Hits:

[SCMtcptoudpv31cn

Description: TCP/IP调试助手,这个软件可以设置TCP/IP或者UDP传输。软件可以自动设置发送,在做服务器时可以接收并显示客户端联接的个数。非常方便-TCP/IP debugging assistant, the software can be set to TCP/IP or UDP transport. Software can automatically set to send, do server can receive and display the number of client connections. Very convenient
Platform: | Size: 679936 | Author: 汤浩 | Hits:

[JSP/Javatcp

Description: 基于TCP实现有客户端和服务器端的网络聊天室-Based on TCP to achieve a client-side and server-side Web chat rooms
Platform: | Size: 9216 | Author: qwe | Hits:

[TCP/IP stackMulticast

Description: This project implement the concept of Multicast Server - Client using CSharp Language Programming. There are each source file for Client and Server. The commmunication from Server and Client use TCP/IP protocol on 224 port.-This project implement the concept of Multicast Server- Client using CSharp Language Programming. There are each source file for Client and Server. The commmunication from Server and Client use TCP/IP protocol on 224 port.
Platform: | Size: 12288 | Author: nechifor | Hits:

[Software Engineeringycjkwd

Description: 摘要: 本文提出一种基于 8 位单片机的远程温控系统的设计方案, 文中给出了系统的硬件框图, 以及简化 TCP/IP 协议栈和嵌入式 Web 服务器的实现方法。该方案使用户能通过任意 IE 浏览器实现对远程端温度的监控。-Abstract: This paper presents an 8-bit microcontroller based on the remote temperature control system design, this paper shows the hardware block diagram of the system and simplify the TCP/IP protocol stack and embedded Web server implementations. The program enables users to achieve through any IE browser, remote-side temperature monitoring.
Platform: | Size: 188416 | Author: bruce | Hits:

[Software Engineeringrt_C_OS_II

Description: 介绍了一种嵌入于单片机的 Web 服务器的设计过程, 给出了单片机控制下的网络控制器RTL8019AS 硬件平台的设计, 精简的 TCP/IP 协议栈通过 LAN 访问 Internet 的应用方案。同时简明介绍了实时内核 C/OS- II 对整个系统的管理方案, 完成了对连接在系统 I/O 总线上的现有设备的监控。-This paper introduces a Web server embedded in the microcontroller design process is given under the control of the microcontroller network controller RTL8019AS hardware platform designed to streamline the TCP/IP protocol stack through the LAN to access Internet-applications. At the same time a brief introduction to the real-time kernel C/OS- II of the overall system management solution, completing the connection in the system I/O bus of the existing equipment monitoring.
Platform: | Size: 88064 | Author: bruce | Hits:

[Internet-Networknet2ftpbeta

Description: FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in the network for file transfer. FTP is a TCP/IP to a specific application, it works in the seventh layer of OSI model, TCP model for the fourth layer, namely, the application layer, using TCP transport instead of UDP, FTP client and server must establish a connection before the After a "three-way handshake" process, it brings the significance of the connection between the client and the server is reliable, but also connection-oriented, for data transmission to provide a reliable guarantee for
Platform: | Size: 4480000 | Author: 冰冰 | Hits:

[OtherTCP-IP

Description: TCP/IP基础,TCP/IP和Internet ,TCP/IP概述,ARP和RARP ,DNS:名字服务器-TCP/IP-based, TCP/IP and the Internet, TCP/IP overview, ARP, and RARP, DNS: Name Server
Platform: | Size: 15886336 | Author: GUY | Hits:

[JSP/JavaTCP_UDP_Programs

Description: TCP/UDP传输协议的程序.要配合服务端和客户端一起使用才可以-The TCP/UDP transport protocol programs.Use them with the Server and the Client.
Platform: | Size: 3072 | Author: 曾建 | Hits:

[Internet-NetworkLAN_IM

Description: 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN instant messaging by conducting a text chat and voice chat to communicate with each other to exchange information. The real-time LAN chat program designed for use mainly used in Visual C++ programming environment to achieve online users in the LAN in the text, voice interaction. Involved in the design of network communications where the basic principles and Socket programming and voice processing API technology. As the program is in the TCP/IP environment to run, so sub-server and client. Server-side and client is achieved through the establishment of links Socket chat. The system is mainly focused on the voice chat part, in this thesis mainly in voice chat process and the relationship between each module and the Socket address the main explanation.
Platform: | Size: 1775616 | Author: 王勋 | Hits:

[Internet-NetworkMyQQ

Description: 利用Socket网络编程,TCP/IP协议,模拟QQ通信,客户端和服务器端都有详细代码,实现效果好-Use Socket network programming, TCP/IP protocol, analog QQ communications, both client and server-side code in detail to achieve good results
Platform: | Size: 3512320 | Author: wanhongji | Hits:

[DocumentsTCP-IP_AN_V2.01

Description: a useful guide to establish a TCP or UDP link with server using sim300dz
Platform: | Size: 69632 | Author: waqas | Hits:

[Communicationtcp

Description: 一个简单的Windows下的tcp程序,包含客户端和服务器端,对于初学winsock有帮助!欢迎下载!-A simple tcp programs under Windows, including client and server side, for beginners winsock help! Welcome to download!
Platform: | Size: 32768 | Author: yuchen117 | Hits:

[Communication@TcpIp

Description: TCP IP Server Client Socket Program
Platform: | Size: 19456 | Author: clance | Hits:

[Linux-Unixtcp.tar

Description: linux下的socket编程(服务端、客户端)-socket programming under linux (server, client)
Platform: | Size: 11264 | Author: xiaojin | Hits:

[TCP/IP stackTCPSever

Description: tcp server tcp server tcp server -tcp server tcp server tcp server tcp server
Platform: | Size: 28672 | Author: wang | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net